home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / zkuste / delphi / kolekce / d3456 / gmprintsuite_eval.exe / {app} / GmPrintSuite_D6.dpk < prev    next >
Text File  |  2002-01-02  |  1KB  |  58 lines

  1. package GmPrintSuite_D6;
  2.  
  3. {$R *.res}
  4. {$R 'GmMultipageImage.dcr'}
  5. {$R 'GmOrientationImage.dcr'}
  6. {$R 'GmPreview.dcr'}
  7. {$R 'GmThumbnails.dcr'}
  8. {$R 'GmGridPrint.dcr'}
  9. {$R 'GmRtfPreview.dcr'}
  10. {$R 'GmPrinterList.dcr'}
  11. {$R 'GmTreeViewPrint.dcr'}
  12. {$ALIGN 8}
  13. {$ASSERTIONS ON}
  14. {$BOOLEVAL OFF}
  15. {$DEBUGINFO ON}
  16. {$EXTENDEDSYNTAX ON}
  17. {$IMPORTEDDATA ON}
  18. {$IOCHECKS ON}
  19. {$LOCALSYMBOLS ON}
  20. {$LONGSTRINGS ON}
  21. {$OPENSTRINGS ON}
  22. {$OPTIMIZATION ON}
  23. {$OVERFLOWCHECKS OFF}
  24. {$RANGECHECKS OFF}
  25. {$REFERENCEINFO ON}
  26. {$SAFEDIVIDE OFF}
  27. {$STACKFRAMES OFF}
  28. {$TYPEDADDRESS OFF}
  29. {$VARSTRINGCHECKS ON}
  30. {$WRITEABLECONST OFF}
  31. {$MINENUMSIZE 1}
  32. {$IMAGEBASE $400000}
  33. {$DESCRIPTION 'GmPrintSuite Printing Components'}
  34. {$IMPLICITBUILD OFF}
  35.  
  36. requires
  37.   rtl,
  38.   vcl;
  39.  
  40. contains
  41.   GmTypes in 'GmTypes.pas',
  42.   GmErrors in 'GmErrors.pas',
  43.   GmMultipageImage in 'GmMultipageImage.pas',
  44.   GmObjects in 'GmObjects.pas',
  45.   GmOrientationImage in 'GmOrientationImage.pas',
  46.   GmPreview in 'GmPreview.pas',
  47.   GmRegister in 'GmRegister.pas',
  48.   GmStream in 'GmStream.pas',
  49.   GmConst in 'GmConst.pas',
  50.   GmThumbnails in 'GmThumbnails.pas',
  51.   GmGridPrint in 'GmGridPrint.pas',
  52.   GmRtfPreview in 'GmRtfPreview.pas',
  53.   GmPrinterList in 'GmPrinterList.pas',
  54.   GmTreeViewPrint in 'GmTreeViewPrint.pas',
  55.   GmLegacy in 'GmLegacy.pas';
  56.  
  57. end.
  58.